-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update make-fetch-happen to 11.0.3 #2796
Conversation
http-cache-semantics 4.1.0 is vulnerable https://www.cve.org/CVERecord?id=CVE-2022-25881
@wraithgar @nlf Your reviews, please. |
The engines declaration for this version of make-fetch-happen is incompatible with the current one of node-gyp. This PR is blocked by #2770 |
This is causing Do we have an eta on this? |
http-cache-semantics 4.1.0 is high vulnerability issue. need to update make-fetch-happen to 11.0.3 |
When you want a pull request to be merged, please give it a positive review as @fengmk2 has done at the top right of this page. Every checkmark ✔️ that project maintainers see there gives them confidence that the proposed changes have been looked at and have been deemed both useful and safe to merge into the codebase. Lots of "what is the ETA?" comments are easier for maintainers to ignore than ✔️✔️✔️✔️✔️ from several different reviewers. Anyone can review a pull request on GitHub. To do so here:
|
Also, the comment above that this PR is blocked by #2770 means that interested parties should review that one as well. |
If I understand @wraithgar's comment correctly, the dependency is only on the engines upgrade, and not on the whole of #2770. Since the length of #2770 was cited as a blocker for review, I've broken out the one-line "engines" commit into a separate PR for convenience (#2827), and would appreciate your reviews! |
@cclauss 100%, however the original PR blocker is just going to become stale at this point, it's now 4 months old :( |
This reverts commit 02480f6.
This reverts commit 02480f6.
This reverts commit 02480f6.
This reverts commit 02480f6.
This reverts commit 02480f6.
This reverts commit 02480f6.
@cclauss Tests are now breaking on Not sure why #2827 was closed ( #2770 still looks relevant and is now rebased and updated by author. |
FWIW this change (updating Just opened npm/make-fetch-happen#243. Seems like it would make the situation more straight-forward on this side (assuming a |
This reverts commit 02480f6.
This reverts commit 02480f6, thereby rolling back dependency make-fetch-happen from ^11.0.3 to ^10.0.3. The upgrade is breaking for node-fetch users as it has transitive dependencies with syntax incompatible with supported Node.js versions. Related: - nodejs#2770 - nodejs#2837 - nodejs#2816 - nodejs#2848 - nodejs#2827 - nodejs#2796
This reverts commit 02480f6, thereby rolling back dependency make-fetch-happen from ^11.0.3 to ^10.0.3. The upgrade is breaking for node-fetch users as it has transitive dependencies with syntax incompatible with supported Node.js versions. Related: - nodejs#2770 - nodejs#2837 - nodejs#2816 - nodejs#2848 - nodejs#2827 - nodejs#2796
This reverts commit 02480f6.
This reverts commit 02480f6.
This reverts commit 02480f6.
This reverts commit 02480f6.
Closes #2795
Blocked by #2770
http-cache-semantics 4.1.0 is vulnerable
https://www.cve.org/CVERecord?id=CVE-2022-25881
Checklist
npm install && npm test
passesDescription of change
http-cache-semantics 4.1.0 is vulnerable
https://www.cve.org/CVERecord?id=CVE-2022-25881
npm/make-fetch-happen#210